	// Level.txt specifies various options for the level, such as its name, background animations, etc.
	// Documentation is in the form of comments below.


	// The level's name
Name High Noon


	// Fog imageName horizSpeed vertSpeed alpha [alpha should be between 0 and 1.0]
	// Currently the only imageName available is "fogImageMap"
	// Use "Fog none" for no fog (other parameters ignore if present)
//Fog fogImageMap 40 30 0.4

	// howMany, transparency (0.0 to 1.0), minSpeed, maxSpeed, minSize, maxSize
//Clouds 10 0.5 2 9 70 170


	// Asteroids howMany [ice/coal] minSpeed maxSpeed maxSizeDecreaseFactor minRotationSpeed maxRotationSpeed
	// (Enter 0 for both minRotationSpeed and maxRotationSpeed for no rotation.)
	// Use "Asteroids 0" for no asteroids. (Other parameters ignored if present.)
//Asteroids 9 coal 0.5 2 5 1 20

	// StarField howMany imageMapName minSpeed maxSpeed angle
	// (Enter 0 for both minRotationSpeed and maxRotationSpeed for no rotation.)
	// Use "Asteroids 0" for no asteroids. (Other parameters ignored if present.)
//StarField 300 star1 7 18 270


	// Options: 
	// 1) SpinningGalaxy
	// 2) Geyser
	// 3) SunPlanet
	// 4) SunPlanet2
//Background LightningPlanet green
//LightningPlanet1
//Background Nebula blue

background sunplanet3 noAsteroids

CreateSprite nightsky2 0 0 size 165 speed 0 0 rotation 0 0 color 1 1 1 1


CreateSprite redCloudMiddle 0 0 size 162.5 speed 0 0 rotation 0 0 color 0.9 0.9 0.9 .75
CreateSprite redCloudTop 0 0 size 162.5 speed 0 0 rotation 0 0 color 0.9 0.9 0.9 .75

CreateSprite background05_rays_256 0 -25 size 50 speed 0 0 rotation 0 1 color 1 1 .5 .75
CreateSprite background05_sun 0 -25 size 50 speed 0 0 rotation 0 .2 color 1 .8 .8 1

CreateSprite smallplanet 0 65 size 100 speed 0 0 rotation 180 1 color .2 .2 .8 1
CreateSprite smallplanetshadow 0 65 size 120 speed 0 0 rotation 180 .25 color 1 .25 .5 1
CreateSprite smallplanetshadow 0 65 size 120 speed 0 0 rotation 15 .50 color .25 1 1 0.5
CreateSprite smallplanetshadow 0 65 size 120 speed 0 0 rotation 90 .50 color .1 1 .1 0.2
CreateSprite smallplanetshadow 0 65 size 120 speed 0 0 rotation 270 -25 color .1 .1 1 0.4
CreateSprite smallplanetshadow 0 65 size 120 speed 0 0 rotation 90 -5 color .1 .1 .8 0.6

CreateSprite redcloudmiddleblue 0 0 size 162.5 speed 0 0 rotation 90 0 color 1 1 1 .5
//make it zero, fix the speed in spawn commands

//CreateSprite nightsky2 0 0 size 300 speed 0 0 rotation 0 .25 color 1 .25 1 0.3

isbosslevel


	// No bonuses in boss levels
BonusStartInterval 9999
BonusNormalInterval 9999
